projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbc090a
)
* lisp/emacs-lisp/nadvice.el (add-function): Escape quote
author
Artur Malabarba
<bruce.connor.am@gmail.com>
Mon, 16 Nov 2015 09:49:00 +0000
(09:49 +0000)
committer
Artur Malabarba
<bruce.connor.am@gmail.com>
Mon, 16 Nov 2015 09:49:00 +0000
(09:49 +0000)
lisp/emacs-lisp/nadvice.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/nadvice.el
b/lisp/emacs-lisp/nadvice.el
index 2cd34e12810674e5edad41c1b39f07d5555a3db3..1882eb194f64cf5baf097f76fcfa544baa7a85e4 100644
(file)
--- a/
lisp/emacs-lisp/nadvice.el
+++ b/
lisp/emacs-lisp/nadvice.el
@@
-279,7
+279,7
@@
a special meaning:
whereas a depth of -100 means that the advice should be outermost.
If PLACE is a symbol, its `default-value' will be affected.
-Use (local 'SYMBOL) if you want to apply FUNCTION to SYMBOL buffer-locally.
+Use (local
\\=
'SYMBOL) if you want to apply FUNCTION to SYMBOL buffer-locally.
Use (var VAR) if you want to apply FUNCTION to the (lexical) VAR.
If one of FUNCTION or OLDFUN is interactive, then the resulting function